[LIBXC] Fix xc_map_grant_refs() function.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 12 Jul 2007 13:14:29 +0000 (14:14 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 12 Jul 2007 13:14:29 +0000 (14:14 +0100)
commitfa88310477dc9612192037253e847dac47e1f79c
tree8b1e39479fc7bbe843f9dd6d98db32c1035483e9
parent1ec8644504bde61743ba615b03fa44858e3b5a88
[LIBXC] Fix xc_map_grant_refs() function.

This patch fixes the xc_map_grant_refs() function, which would fail
because, instead of passing the malloc()-ed ioctl argument pointer to
the ioctl, the address of this pointer was being passed instead.

Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk>
tools/libxc/xc_linux.c